Ibrahim Saidi
·Follow
Published inTowards AI Engineering
·9 min read·May 2, 2024--
Image generated with DALL·E 3 in ChatGPT.📚👨🏾💻What you’ll learn:
Extracting data from PDF documents using GPT-4 TurboChaining multiple LLM callsWhen OpenAI released their GPT-4 Vision, this introduced a layer of advanced AI intelligence, empowering applications with the ability to accurately interpret and analyse visual data such as resumes.
Their latest GPT-4 Turbo with Vision now enables the use of JSON mode and function calling. This means that we no longer have to pray to the AI gods that the LLM returns the correct data.
We simply instruct the LLM to output the data in a particular format. When we need to run our code in production, this idea of structured prompting become
Once we have this unstructured data into native types that are appropriate for a variety of programmatic use cases, the sky is the limit in terms of the type of applications we build.
What we’re building: Resume Parser and Cover Letter DrafterSuppose you’re prototyping a job search application that leverages AI to automate the job search…